home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / !XLS_L21.ZIP / LAMERLST.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1995-09-21  |  2KB  |  111 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.     String   STRING004
  23.     String   STRING005
  24.  
  25. ;------------------------------------------------------------------------------
  26.  
  27.     STRING002 = PPEPath() + "lamert.num"
  28.     STRING001 = ReadLine(STRING002, 1)
  29.     STRING003 = PPEPath() + "lamert.log"
  30.     STRING004 = ReadLine(PPEPath() + "lamert.cfg", 4)
  31.     STRING005 = STRING001
  32.     Log "user watched the lame-list by sin fame / xlabs", AnsiOn()
  33.     Cls
  34.     PrintLn "@CLS@@X0F      @X03______  _ _ ___ ____  ___________    ______ _ _ _______ _ _ _______"
  35.     PrintLn "@X03      @X0B\    @X03/________ @X0B\\@X03__ @X0B\@X03/ _________/    @X0B\    @X03/____   @X0B\  @X03_/__   _     /"
  36.     PrintLn "@X03      /   /    /  _/  @X0B\@X03/ @X0B\  @X03/ @X0B\  @X03__/__     /   /    /    @X0B\@X03____ @X0B\   |@X03___/"
  37.     PrintLn "@X03     /____     @X0B|@X03__@X0B\    \@X03__@X0B\@X03/   @X0B\@X03__    @X0B\@X03_  /____     @X0B|    @X03/__    @X0B\@X03__    @X0B\@X03_"
  38.     PrintLn "@X03          @X0B|@X03____@X0B|  |@X03____/  /_____@X0B\ |@X03____/       @X0B|@X03____@X0B|@X03___/sin@X0B|@X03____/ @X0B|@X03____/"
  39.     Newline
  40.     PrintLn "                   @X05 list of lame-throws in ", STRING004
  41.     PrintLn ""
  42.     PrintLn "            @X03la@X0Bmer         @X03se@X0Bcurity          @X03da@X0Bte              @X03ti@X0BME"
  43.     PrintLn "@X08         .-----------------------------------------------------------.        "
  44.     If (STRING001 == 1) Then
  45.         Print ReadLine(STRING003, 1)
  46.     Else
  47.         If (Exist(STRING003)) Then
  48.             DispFile STRING003, 1
  49.         Endif
  50.         :LABEL001
  51.         AnsiPos 10, STRING005 + 11
  52.         PrintLn "@X08`-----------------------------------------------------------'        "
  53.         PrintLn "                         @X03to@X0Btal @X03nu@X0Bmber@X03 o@X0Bf @X03la@X0Bme-@X03th@X0Brows: @X03", STRING001
  54.         PrintLn ""
  55.         PrintLn "                       @X08@X09@X06    coded by: sin fame / xlabs"
  56.         Newline
  57.         Wait
  58.         End
  59.     Endif
  60.     PrintLn "@POS:10@@X08|@POS:12@@X02no lame-throws yet!@POS:70@@X08|"
  61.     STRING005 = 1
  62.     STRING001 = 0
  63.     Goto LABEL001
  64.  
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Usage report (before postprocessing)
  68. ;
  69. ; ■ Statements used :
  70. ;
  71. ;    1       End
  72. ;    1       Cls
  73. ;    1       Wait
  74. ;    4       Goto 
  75. ;    7       Let 
  76. ;    1       Print 
  77. ;    14      PrintLn 
  78. ;    2       If 
  79. ;    1       DispFile 
  80. ;    1       Log 
  81. ;    2       Newline
  82. ;    1       AnsiPos 
  83. ;
  84. ;
  85. ; ■ Functions used :
  86. ;
  87. ;    4       +
  88. ;    1       ==
  89. ;    2       !
  90. ;    3       PPEPath()
  91. ;    3       ReadLine()
  92. ;    1       Exist()
  93. ;    1       AnsiOn()
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ; Analysis flags : No flag
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;
  101. ; Postprocessing report
  102. ;
  103. ;    0       For/Next
  104. ;    0       While/EndWhile
  105. ;    2       If/Then or If/Then/Else
  106. ;    0       Select Case
  107. ;
  108. ;------------------------------------------------------------------------------
  109. ;                 AEGiS Corp - Break the routines, code against the machines!
  110. ;------------------------------------------------------------------------------
  111.